projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b80c363
)
(x_window) [! USE_X_TOOLKIT]: Initialize wm_hints.icon_pixmap.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Apr 1996 16:39:13 +0000
(16:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 26 Apr 1996 16:39:13 +0000
(16:39 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index abdb85ccc6a0e4016656a444cc5a7e7dc8164879..aa90a93e147b90c7f5b04a0128dcc2ca69be4b8e 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-2839,6
+2839,7
@@
x_window (f)
f->output_data.x->wm_hints.flags |= InputHint;
XSetWMHints (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f),
&f->output_data.x->wm_hints);
+ f->output_data.x->wm_hints.icon_pixmap = None;
/* Request "save yourself" and "delete window" commands from wm. */
{